home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 03 Pathfinding with Astar / 01 Matthews / Ase.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-09-16  |  3.6 KB  |  103 lines

  1.  
  2.  /* $MVD$:color("10","804000","Navy","0") */
  3.  /* $MVD$:fontset("Arial","Arial") */
  4.  /* $MVD$:fontset("Verdana","Verdana") */
  5.  BODY { font-family : "Arial";
  6.         background-color : white;}
  7.  .mvd-BODY { font-family : "Arial";
  8.              background-color : white;}
  9.  H1 { font-family : "Verdana";
  10.       font-style : normal;
  11.       font-weight : normal;
  12.       font-size : 18.0pt;
  13.       text-transform : none;
  14.       color : #004080;
  15.       border-bottom : solid silver 1.0pt;
  16.       letter-spacing : 50.0%;
  17.       padding-bottom : 6.0pt;}
  18.  .mvd-H1 { font-family : "Verdana";
  19.            font-style : normal;
  20.            font-weight : normal;
  21.            font-size : 18.0pt;
  22.            text-transform : none;
  23.            color : #004080;
  24.            letter-spacing : 50.0%;
  25.            padding-bottom : 6.0pt;}
  26.  H2 { font-family : "Verdana";
  27.       font-weight : bold;
  28.       font-size : 8.0pt;
  29.       margin-top : 12.0pt;
  30.       margin-bottom : 0.0pt;}
  31.  .mvd-H2 { font-family : "Verdana";
  32.            font-weight : bold;
  33.            font-size : 8.0pt;
  34.            margin-top : 12.0pt;
  35.            margin-bottom : 0.0pt;}
  36.  H3 { font-weight : bold;
  37.       font-size : 14.0pt;}
  38.  .mvd-H3 { font-weight : bold;
  39.            font-size : 14.0pt;}
  40.  H4 { font-weight : bold;
  41.       font-size : 12.0pt;}
  42.  .mvd-H4 { font-weight : bold;
  43.            font-size : 12.0pt;}
  44.  H5 { font-size : 12.0pt;}
  45.  .mvd-H5 { font-size : 12.0pt;}
  46.  H6 { font-size : 12.0pt;}
  47.  .mvd-H6 { font-size : 12.0pt;}
  48.  P { font-family : "Verdana";
  49.      font-size : 8.0pt;
  50.      line-height : 12.0pt;
  51.      margin-top : 0.0pt;}
  52.  .mvd-P { font-family : "Verdana";
  53.           font-size : 8.0pt;
  54.           line-height : 12.0pt;
  55.           margin-top : 0.0pt;}
  56.  CITE.expandspot { font-style : normal;
  57.                    color : green;
  58.                    cursor: hand;}
  59.  .mvd-CITE-expandspot { font-style : normal;
  60.                         color : green;
  61.                         cursor: hand;}
  62.  DFN.collapsed { font-style : italic;
  63.                  font-weight : normal;
  64.                  display :                 'none';
  65.                  color : red;}
  66.  .mvd-DFN-collapsed { font-style : italic;
  67.                       font-weight : normal;
  68.                       display :                 'none';
  69.                       color : red;}
  70.  DFN.expanded { font-style : italic;
  71.                 font-weight : normal;
  72.                 color : red;}
  73.  .mvd-DFN-expanded { font-style : italic;
  74.                      font-weight : normal;
  75.                      color : red;}
  76.  EM.dropspot { color : green;
  77.                cursor: hand;}
  78.  .mvd-EM-dropspot { color : green;
  79.                     cursor: hand;}
  80.  CITE.glossterm { font-style : normal;
  81.                   color : maroon;
  82.                   cursor: hand;}
  83.  .mvd-CITE-glossterm { font-style : normal;
  84.                        color : maroon;
  85.                        cursor: hand;}
  86.  DFN.glosscollapsed { font-style : italic;
  87.                       font-weight : normal;
  88.                       display :                 'none';
  89.                       color : blue;}
  90.  .mvd-DFN-glosscollapsed { font-style : italic;
  91.                            font-weight : normal;
  92.                            display :                 'none';
  93.                            color : blue;}
  94.  DFN.glossexpanded { font-style : italic;
  95.                      font-weight : normal;
  96.                      color : blue;}
  97.  .mvd-DFN-glossexpanded { font-style : italic;
  98.                           font-weight : normal;
  99.                           color : blue;}
  100.  A:active { color : black;}
  101.  A:link { color : #004080;}
  102.  A:visited { color : black;}
  103.